home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Pages / Pages.app / English.lproj / HeaderInspector.nib / data.classes < prev    next >
Text File  |  1994-12-14  |  962b  |  68 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. PGInspector = {
  7.     ACTIONS = {
  8.     default:;
  9.     setMicroInspector:;
  10.     set:;
  11.     revert:;
  12.     };
  13.     OUTLETS = {
  14.     styleIconMatrix;
  15.     window;
  16.     microInspectorSlot;
  17.     loadedSelection;
  18.     blankMicroPanel;
  19.     loadedStyleList;
  20.     currentStyleTextField;
  21.     styleTitleMatrix;
  22.     microInspectorMtx;
  23.     currentStyleButton;
  24.     stringTable;
  25.     };
  26.     SUPERCLASS = Object;
  27. };
  28. HeaderInspector = {
  29.     ACTIONS = {
  30.     setStartNumner:;
  31.     selectNumberStyle:;
  32.     insertMarker:;
  33.     selectMarker:;
  34.     setPlacement:;
  35.     set:;
  36.     };
  37.     OUTLETS = {
  38.     folioMicro;
  39.     pageNumText;
  40.     startingNumText;
  41.     insertButton;
  42.     placementMtx;
  43.     showButton;
  44.     markerMicro;
  45.     numStyleMtx;
  46.     placementMicro;
  47.     };
  48.     SUPERCLASS = PGInspector;
  49. };
  50. PageOneApp = {
  51.     ACTIONS = {
  52.     terminate:;
  53.     performMenuAction:;
  54.     new:;
  55.     info:;
  56.     help:;
  57.     open:;
  58.     };
  59.     OUTLETS = {
  60.     stringTable;
  61.     spotColorWell;
  62.     inspector;
  63.     pagePalette;
  64.     infoPanel;
  65.     };
  66.     SUPERCLASS = Application;
  67. };
  68.